var os.getwdCache
11 uses
os (current package)
file.go#L368: getwdCache.Lock()
file.go#L370: getwdCache.dir = dir
file.go#L372: getwdCache.dir = ""
file.go#L374: getwdCache.Unlock()
getwd.go#L13: var getwdCache struct {
getwd.go#L74: getwdCache.Lock()
getwd.go#L75: dir = getwdCache.dir
getwd.go#L76: getwdCache.Unlock()
getwd.go#L144: getwdCache.Lock()
getwd.go#L145: getwdCache.dir = dir
getwd.go#L146: getwdCache.Unlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |